Component org.nuxeo.ecm.platform.forms.layout.properties
Resolution Order
369
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
- org.nuxeo.ecm.platform.forms.layout.properties--configuration
- org.nuxeo.ecm.platform.forms.layout.properties--configuration1
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.forms.layout.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<property name="nuxeo.jsf.listWidget.compatEnabled">false</property>
</extension>
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Configuration property controlling enablement of layout tags
variables management, available mainly for backport on maintenance
branches, in case optimization broke some behaviors.
@since 8.2
</documentation>
<property name="nuxeo.jsf.layout.removeAliasOptims">false</property>
</extension>
</component>